home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>Events galore</TITLE>
- </HEAD>
- <SCRIPT language="javascript">
- function stopLink() {
- alert("You really don't want to go there");
- return false;
- }
- function changeHead(chosenHead) {
- if (chosenHead == "head_0")
- document.all(chosenHead).className = "reallyBig";
- else if (chosenHead == "head_1")
- document.all(chosenHead).className = "reallySmall";
- }
- function changeBack(chosenHead) {
- document.all(chosenHead).className = "";
- }
- function shiftItalics(theCode) {
- if (theCode == 13) //13 is ascii for return
- document.all("para_0").style.fontStyle = "italic";
- else if (theCode == 32)
- document.all("para_0").style.fontStyle = "normal";
- }
- </SCRIPT>
- <STYLE type="text/CSS">
- BODY {margin-left: 0.75in; margin-right: 0.75in; margin-top: 0.10in}
- H1, H2 {font-family: verdana, helvetica, arial, sans-serif}
- H1 {font-size:24pt; text-align:left}
- H2 {font-size:12pt; text-align:right}
- P {font-family:garamond; font-size:12pt}
- P.left {text-align:left}
- P.right {text-align:right}
- A {text-decoration: none; font-weight: bold}
- .reallyBig {font-size:72pt}
- .reallySmall {font-size:4pt}
- </STYLE>
- <BODY bgcolor="white" onKeypress="shiftItalics(event.keyCode)">
- <H1 id="head_0" onMouseover="changeHead('head_0')"
- cc]onMouseOut="changeBack('head_0')">
- Lorem ipsum dolor sit amet</H1>
- <P id="para_0" class="left">Consectetur
- <A href="sint.html" title="Dodecendesse" onClick="stopLink()">
- adipisci tempor</A> incidunt ut labore et dolore magna aliqu atib saepe
- eveniet ut er reupdiand sint. Nos arsapiente delectus au aut prefer endis
- dol tene sententiam, quid est cur verear ne ad eam nc quos tu paulo ante
- memorite tum etia ergat.</P>
- <H2 id="head_1">Tomporibud autem quinus</H2>
- <P id="para_2" class="right" onMousedown="changeHead('head_1')"
- cc]onMouseup="changeBack('head_1')">
- Atib saepe eveniet ut er
- <A href="tempor.html" title="Eveniet" onClick="stopLink()">
- repudiand sint</A> et molestia tenetury sapiente
- delctus au aut prefer endis dol. Endiumagist and et dodecendesse
- videantur, iustitiam, aequitated fidem. Neque hominy infant efficerd
- possit duo contend notiner si effecerit. Natura proficis facile explent
- sine julla unura aute enim desiderable.</P>
- </BODY>
- </HTML>
-